home *** CD-ROM | disk | FTP | other *** search
- GetPopMenu(Var1;Var2;Var3)
- Var1 is the handle to an external area
- Var2 is a numeric variable
- Var3 is an alphanumeric variable
-
- You call GetPopMenu in each During phase of a layout procedure of a layout which contains a Popup menu.
-
- If the During call is due to an action of the user in the menu. Var2 contains the ID of the selected item and Var3 contains the text of the item.
-
- If the user has not selected an item or if the During call is due to another event, Var2 is equal to 0 and Var3 is an empty string.
-